From 9c82946e45480c6b73cbf8fb69859c1f57f9b1ca Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 26 May 2020 20:05:11 -0400 Subject: [PATCH] docs: Drop a mention of gdk_window_move() We don't have windows anymore, and they don't move anymore either. --- gdk/gdktypes.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h index daa798a45d..e461f2bfcf 100644 --- a/gdk/gdktypes.h +++ b/gdk/gdktypes.h @@ -137,11 +137,7 @@ typedef struct _GdkVulkanContext GdkVulkanContext; * @GDK_GRAVITY_STATIC: the reference point is at the top left corner of the * surface itself, ignoring window manager decorations. * - * Defines the reference point of a surface and the meaning of coordinates - * passed to gtk_window_move(). See gtk_window_move() and the "implementation - * notes" section of the - * [Extended Window Manager Hints](http://www.freedesktop.org/Standards/wm-spec) - * specification for more details. + * Defines the reference point of a surface and is used in #GdkPopupLayout. */ typedef enum { -- 2.30.2